.responsive-only{
    display: none;
}
.hide-on-responsive{
    display: block;
}

a {
    border-bottom:none !important;
    transition-duration: 0.6s;
}

.nav-item a:hover{
    color: #ffed0b !important;
    transition-duration: 0.6s;
}

.dropdown-menu {
    background-color: #0b3335;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #084225;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
}
.product-link {
  color: #0b2941 !important;
  margin-bottom: 12px !important;
  border: 1px solid #cbcbcb !important;
  font-weight: 700;
}
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  background: #fff;
}
.product-link.active{
   background-color:#c4c4c4 !important;
}
.product-link.hover{
  background-color:#c4c4c4 !important;
}

.product-listweb{
    color:black;
}
.webp-p{
    text-align: center;
}

.pop-pimg{
    margin: 0px !important;
}

.pop-link:hover{
    text-decoration: none;
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}


.navbar-nav{
    display: flex;
    margin: 0 auto;
}



 /* up to btn */
 .background-btn {
	padding: 15px 19px;
	background-color: #a1a1a1;
	color: rgb(255, 255, 255);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;
  }
  .background-btn:focus {
	background-color: #ffffffa6;
	color: #fff;
	transition-duration: 1s;
}
.background-btn:hover{
  background-color: rgba(255, 255, 255, 0.801);
  color: #ffffff;
  transition-duration: 1s;
}
  .back_to_top {
	position: fixed;
	right: 63px;
	bottom: 0;
	z-index: 11;
	opacity: 0;
	padding: 9px 16px 9px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
  border-radius: 60px;
  }
  .back_to_top i:before {
	font-size: 16px;
  }
  .back_to_top.show {
	opacity: 1;
	bottom: 160px;
	}
	/* up to btn */
	/* Slider btn */
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    padding: 9px;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 12px;
    background-color: #b619ff;
}










.navbar-toggler-icon i{
    margin-top: 5px;
    margin-left: 3px;
}
.fixed-logo-hide{
    position: fixed;
    top: -200px;
      left: 0px;
      right: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
      transition: 2s ease;
  }
  .fixed-logo-show{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    transition: 1s ease;
    background-color: #0b2941;
    transition: 2s ease;
  }

  .nav-tabs .nav-link {
    border-radius: 0.25rem;
}

.preloader-img{
  width: 18%;
}
.nav-item{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
}
.get-qte{
    width: fit-content;
    display: table;
    margin: 0 auto;
    background: #f6f8fa24;
    border-radius: 4px;
}

.nav-mobile{
    padding: 0px 20px;
    font-size: 20px;
    transition-duration: 0.6s;
}
.nav-mobile:hover{
    text-decoration: none;
    color: #ffed0b;
    transition-duration: 0.6s;
}
.navm-div{
   padding: 17px 0px;
}


/* logo-curosl */

/* slick slide */
.slick-slider .element{
  height:auto;
  width:100px;
  color:#fff;
  border-radius:5px;
  display:inline-block;
  margin:0px 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:20px;
}
.slide-logo-area{
    text-align: center;
    margin: 100px 0 25px !important;
}
.slide-logo-area img{
    width:100%;
}
.brands{
    margin: 50px 0 25px !important;
    background: #ffffff2f;
    padding: 55px;
}

.slick-slider .slick-disabled {
  opacity : 0;
  pointer-events:none;
}
.slick-prev, .slick-next {
    box-shadow: unset;
}

.slick-prev {
    left: -32px;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
}
.d-b{
    display: block;
}
.contact-no{
    cursor: pointer;
    font-family: 500;
    font-size: 28px;
    letter-spacing: 1px;
}
.contact-no i{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.email-ad {
  font-size: 19px;
  margin-right: 5px;
  text-align: right;
  font-weight: 200;
}
.email-ad-2 {
  font-size: 19px;
  margin-right: 5px;
  font-weight: 200;
}
.navbar {
    padding: 1.5rem 1rem 0.5rem;
}

.footer-full {
    background-color: #022a4e;
    height: auto;
    padding-top: 20px;
}


/* .footer-bg {
    position: absolute;
} */
ul {
    padding-left: 0;
}
.contact-footer {
    margin-top: 45px;
}

.contact-footer ul a {
    text-decoration: none;
    color: #a4cce3;
}

.time-footer {
    margin-top: 45px;
}

.time-footer ul li {
    text-align: left;
    list-style: none;
    color: white;
    line-height: 2em;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0em;
    text-transform: none;
    margin-left: 100px;
}


.time-footer ul li a:hover {
  color: #a4cce3;
 text-decoration: none;
}

.contact-footer ul li {
    list-style: none;
    color: white;
    line-height: 3em;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}


.logo-footer {
    margin-top: 45px;
}

.logo-footer h2 {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.6em;
    text-align: center;
}

.contact-icon {
    width: 7%;
}

.gold-text {
    color: #8a6d3b;
}

.social-icon i {
    color: #FFFFFF;
    margin-right: 30px;
    font-size: 20px;
    margin-top: 25px;
    text-align: center;
}


.listh a:hover{
    color: #aafff6;
}

.social-icon i:hover {
    color: #aafff6;
}

.social-icon ul li {
    display: flex;
    margin: 0 auto;
    text-align: center;
    float: left;
    /* border: 1px solid #8a6d3b;
    border-radius: 50px; */
}

.social-icon ul {
    margin-left: 120px;
    margin-bottom: 0px;
}

.main-footer {
    padding-bottom: 0px;
}

.footer-end {
    padding: 0px;
}

.footer-hr {
    color: gray;
    margin: 5px 0;
}

.footer-end p {
    text-align: center;
    font-size: 15px;
    color: white;
}




.modal-dialog{
    z-index: 2000 !important;
}




.footer-section {
    background: #ffffff12;
    position: relative;
    padding: 0 30px 30px;
    margin: 0 0 25px;
    border-radius: 0px 0px 20px 20px;

}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ffffff;
  font-size: 30px;
  float: left;
  margin-top: 28px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
  margin-top: 20px;
}
.cta-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 14px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #fff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffed0b;
}
.footer-widget ul li {
  display: inline-block;
  background: #ffffff1c;
  padding: 5px 15px;
  margin: 3px;
  border-radius: 8px;
}
.footer-widget ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-widget ul li a {
  color: #dbdbdb;
  text-transform: capitalize;
  font-size: 15px;
}

.copyright-area{
    background: #0b2941;
    padding: 25px 0;
    margin: 0 0 0px;
    border-radius: 0px 0px 20px 20px;
}
.copyright-text p {
  margin: 0;
  font-size: 15px;
  color: #a9c0d3;
}
.copyright-text p a {
  color: #ffed0b;
  font-weight: 600;
  margin: 0 5px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #fff;
}
.footer-menu li a {
  font-size: 14px;
  color: #b6b5b5;
}








#chat {
  text-decoration: none;
  cursor: pointer;
  position: fixed;
  right: 14px;
  z-index: 800;
  padding: 5px 10px;
  background-color: #ffffff;
  border: none;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#chat p{
  display: grid;
  padding: 0px 12px;
  margin-bottom: 0px !important;
  color: black;
  font-weight: 500;
  font-size: 16px;
}

#chat p>span{
  font-size: 12px;
  color: gray;
  font-weight: 400;
}

.chat-img{
  border-radius: 50%;
  width: 25%;
  width: 50px;
  height: 50px;
  animation: tilt-shaking 0.3s infinite;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(10deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}
#chat h6{
  color: white;
  background-color: #4ccb5b;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 30px;
  text-decoration: none !important;
  transition:1s ease;
  letter-spacing: 0;
  text-transform: none;
  margin: 0px auto;

}
#chat h6:hover{
  padding: 8px 30px;
  text-decoration: none !important;
  transition:1s ease;
  background-color: #1c8528;

 }
.chat-display{
  transition: 1s ease;
  bottom: 10px;
}
.chat-hide{
  transition: 1s ease;
  bottom: -90px;

}
#chat p{
  font-size: 13px !important;
}
#chat {
  right: 9px !important;
  width: 355px;
}

.chat table{
 width: 100%;
 margin-bottom: 0;
}


#chat .table td, .table th {
  padding: 0;
  vertical-align: middle;
  border-top: 0px solid #dee2e6;
}


.cat-are{
    background: #efefef;
    padding: 14px;
    border-radius: 15px;
}
/* .fixed-cat-are{
  top: 415px;
  display: block;
  position: fixed;
  width: 324px;
  transition: 1s ease;
} */